FIND WINDOW
FIND WINDOW retrieves the handle to the window whose class name and window name match the specified strings.

ARGUMENTS:
* Class Name = The class name of a window
* Window Name = The name of a window

RETURNS:
The window handle if a matching window could be found, otherwise 0.


SYNTAX
Return Integer=FIND WINDOW(Class Name,Window Name)


RELATED INFO
View Window Commands Index
View STYX Index
View STYX Main File